MySql Allow remote connections:

nano /etc/my.cnf

set: bind_adress = 0.0.0.0 service mysql restart

GRANT ALL ON taf_performance.* TO 'saiku_user'@'%' IDENTIFIED BY 'password';
flush privileges;